home *** CD-ROM | disk | FTP | other *** search
/ Computer Life 1996 January / Computer Life January 1996.iso / blizzard / blizdemo / blizdemo.exe / PLAYSHAT.DXR / 00005.ls < prev    next >
Encoding:
Text File  |  1995-10-12  |  310 b   |  19 lines

  1. on startMovie
  2.   set the timeoutLength to 600 * 60
  3.   cursor(200)
  4.   set the soundLevel to 4
  5.   set the searchCurrentFolder to 1
  6. end
  7.  
  8. on continueWithoutClick
  9.   play movie "demo.dir"
  10. end
  11.  
  12. on mouseDown
  13.   go(#next)
  14.   set the visible of sprite 1 to 0
  15.   unLoadCast(1, 5)
  16.   updateStage()
  17.   play movie "shatmenu.dir"
  18. end
  19.